home *** CD-ROM | disk | FTP | other *** search
- object ExeForm: TExeForm
- Left = 192
- Top = 126
- Width = 339
- Height = 206
- Caption = 'Exe Form'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 40
- Width = 313
- Height = 41
- Alignment = taCenter
- AutoSize = False
- Caption =
- 'Show the other form (with the button above), highlight some text' +
- ' in the memo on that form, then drag it (with the right mouse bu' +
- 'tton) onto this edit control.'
- WordWrap = True
- end
- object btnShowOtherForm: TButton
- Left = 8
- Top = 8
- Width = 97
- Height = 25
- Caption = 'Show Other Form'
- TabOrder = 0
- OnClick = btnShowOtherFormClick
- end
- object Edit1: TEdit
- Left = 8
- Top = 88
- Width = 121
- Height = 21
- TabOrder = 1
- Text = 'Edit1'
- OnDragDrop = Edit1DragDrop
- OnDragOver = Edit1DragOver
- end
- end
-